Bump NATS.Net from 2.6.6 to 2.6.9 #234
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated NATS.Net from 2.6.6 to 2.6.9.
Release notes
Sourced from NATS.Net's releases.
2.6.9
This is a patch bug fix release version 2.6.9.
What's Changed
Full Changelog: nats-io/nats.net@v2.6.8...v2.6.9
Download Packages
Download this release from NuGet.
2.6.8
Important Bug Fix Release
This is an important bug fix release for Object Store users and JetStream publish behavior. Object store bug was causing object corruption, for example under load or during cluster changes when the JetStream publish request was automatically retried reusing a rented buffer. With this fix we also squashed a JetStream bug where JetStream publish was retrying automatically on a timeout again potentially publishing a message twice.
Object Store Corruption
While putting an object, object store chunks were being retired for publishing to JetStream (Object Store uses JetStream) under certain conditions. When that happened, combined with a buffer management bug, there were cases where object chunks were published twice or with data containing parts of other messages due to mismanagement of rented buffers. Since the meta data was published correctly, the issue was seen when trying to get the object (with any NATS client) as digest mismatch. This avoided using the corrupted objects but they stayed in the stream.
JetStream Double Publish Risk
When publishing to JetStream NATS .NET client automatically retries (twice by default, after 250ms) on receiving a 503 response from the server. However in addition to that the client also retried when receiving no response from the server within two seconds of timeout which potentially publishes messages twice.
See PRs #937 and #942 for more details.
Huge thanks to @MiloszKrajewski for his meticulous analysis and fixing the object store put buffer bug ❤️
What's Changed
New Contributors
Full Changelog: nats-io/nats.net@v2.6.7...v2.6.8
You can download the released packages from NuGet: https://www.nuget.org/packages/NATS.Net/2.6.8
2.6.8-preview.1
This is a bug fix release of NATS .NET version 2.6.8-preview.1.
What's Changed
Full Changelog: nats-io/nats.net@v2.6.7...v2.6.8-preview.1
Download NATS .NET NuGet package using your IDE or the NuGet client.
2.6.7
This is a patch release of NATS .NET client fixing a dispose hang and a consumer bug.
What's Changed
Full Changelog: nats-io/nats.net@v2.6.6...v2.6.7
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)